Merge freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-2.0-testing.bk
into freefall.cl.cam.ac.uk:/auto/groups/xeno-xenod/BK/xen-unstable.bk
INSTALL_DATA = $(INSTALL) -m0644
INSTALL_DIR = $(INSTALL) -d -m0755
-MAJOR = 2.0
+MAJOR = 3.0
MINOR = 0
- SONAME = libxc.so.$(MAJOR)
+ LIB_NAME = libxc
+ SONAME = $(LIB_NAME).so.$(MAJOR)
CC = gcc
CFLAGS += -Wp,-MD,.$(@F).d
DEPS = .*.d
-MAJOR := 2.0
+MAJOR := 3.0
MINOR := 0
LIB_NAME := libxutil
+ SO_NAME := $(LIB_NAME).so.$(MAJOR)
LIB := $(LIB_NAME).so
LIB += $(LIB_NAME).so.$(MAJOR)
LIB += $(LIB_NAME).so.$(MAJOR).$(MINOR)